@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexAuto {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexCetween {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.flexAlign {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 75px;
  }
  .langs a {
    font-size: 14px;
  }
  .recuite__wraps {
    width: 75%;
    margin-left: -37.5%;
  }
}
@media screen and (max-width: 1360px) {
  .sound__wrap {
    width: 90%;
  }
}
@media screen and (max-width: 1260px) {
  .honor__btn.prev {
    left: 0;
  }
  .honor__btn.next {
    right: 0;
  }
  .honor__tabs {
    width: 90%;
  }
  .system__contents {
    margin-left: -45%;
    width: 90%;
  }
  .news__view {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .header__wrap {
    padding: 0 5%;
    height: 0.8rem;
  }
  .navs__box {
    position: fixed;
    left: 100%;
    top: 0.8rem;
    bottom: 0;
    padding-top: 1.2rem;
    width: 100%;
    background: #fff;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: 1s;
  }
  .navs__box.show {
    left: 0;
  }
  .navs {
    display: block;
  }
  .navs > li {
    margin-right: 0;
    margin-bottom: 0.3rem;
    text-align: center;
  }
  .navs > li > a {
    color: #000000;
    font-size: 16px;
  }
  .navs > li:hover .navs__menu {
    transform: none;
  }
  .header__box.scrollHide {
    top: 0;
  }
  .header__box.scrolltops .header__wrap {
    padding: 0 5%;
  }
  .menubtn {
    margin-left: 0.2rem;
    display: block;
  }
  .header__box.scrolltops .menubtn span {
    background: #000;
  }
  .header__box.scrolltops .menubtn span:before,
  .header__box.scrolltops .menubtn span:after {
    background: #000;
  }
  .header__box.scrolltops .menubtn.active span {
    background: none;
  }
  .navs > li:before {
    display: none;
  }
  .banner__scroll {
    display: none;
  }
  .navs__menu {
    position: relative;
    transition: 0s;
    top: 0;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    left: 0;
    display: none;
  }
  .home__about {
    padding: 0.8rem 5%;
    display: block;
  }
  .home__about--info {
    margin-top: 0.4rem;
    width: 100%;
  }
  .advantage {
    padding: 1rem 5%;
    display: block;
  }
  .home__about--left {
    width: 100%;
  }
  .advantage__info {
    margin-left: 0;
    width: 100%;
  }
  .advantage__imgs {
    width: 100%;
  }
  .product__items.active {
    position: relative;
  }
  .product__list {
    position: relative;
    padding: 0 5%;
    left: 0;
    right: 0;
  }
  .product-slide a {
    transform: rotate(0) !important;
    margin-top: 0;
  }
  .product__tabs:before {
    display: none;
  }
  .product-slide {
    margin-top: 0 !important;
  }
  .product-slide figure {
    transform: scale(1);
  }
  .product__swiper {
    margin: 0;
    margin-top: 0.4rem;
    height: auto;
  }
  .product__more {
    position: relative;
    left: 0;
    transform: translateX(0);
    margin-top: 0.5rem;
    bottom: auto;
    text-align: center;
  }
  .product__center {
    padding-bottom: 0.6rem;
  }
  .footer__navs {
    display: none;
  }
  .footer__right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .footer__shares {
    margin-top: 0.3rem;
    justify-content: flex-start;
  }
  .footer {
    padding: 0.7rem 5% 0;
  }
  .footer__copy {
    padding: 0.18rem 0;
    display: block;
  }
  .history__arlcle {
    display: none;
  }
  .hisotry__item {
    position: static;
    margin-right: 0;
    margin-bottom: 0.3rem;
    width: 100%;
    opacity: 1 !important;
  }
  .hisotry__item:nth-child(2n+2) {
    margin-right: 0;
  }
  .hisotry__item:nth-child(3n+3) {
    margin-left: 0;
  }
  .hisotry__item:nth-child(2) {
    margin-top: 0;
  }
  .history__list {
    display: flex;
    height: auto;
    padding: 0;
    flex-wrap: wrap;
    margin-top: 0;
  }
  .history__wrap {
    margin: 0 auto;
    margin-top: 0.4rem;
    width: 90%;
  }
  .system__list li {
    margin-right: 2%;
    width: 32%;
  }
  .system__list li:nth-child(3n+3) {
    margin-right: 0;
  }
  .system__list li strong {
    line-height: 1.4;
  }
  .competitive {
    padding: 0.8rem 5%;
    display: block;
  }
  .competitive__left {
    width: 100%;
  }
  .competitive__imgs {
    width: 100%;
  }
  .parameter__tabs .product__items {
    top: 0;
  }
  .parameter__swiper {
    margin-top: 0.4rem;
  }
  .news__view {
    padding: 1.2rem 5%;
  }
  .news__view--top {
    display: block;
  }
  .news__Imgs {
    width: 100%;
  }
  .news__v--info {
    margin-right: 0;
    margin-top: 0.4rem;
    width: auto;
  }
  .news__v--info strong {
    font-size: 0.3rem;
  }
  .news__view--in {
    margin-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .evaluate {
    display: block;
  }
  .evaluate__imgs {
    width: 100%;
  }
  .train__box {
    padding: 0.8rem 5%;
    display: block;
  }
  .train__left {
    width: 100%;
  }
  .train__imgs {
    margin-top: 0.4rem;
    width: 100%;
  }
  .hisotry__item .history__wrs {
    width: 100%;
  }
  .hisotry__item:nth-child(2n+2) .history__wrs {
    margin-right: 0;
  }
  .hisotry__item:nth-child(3n+3) .history__wrs {
    margin-left: 0;
  }
  .system {
    padding: 0.6rem 5%;
  }
  .product__wrs {
    padding: 0 5%;
  }
  .product__wrs .train__box .train__left {
    width: 100%;
  }
  .product__wrs .train__box .train__imgs {
    width: 100%;
  }
  .product__wrs .train__box {
    padding: 0.6rem 0;
  }
  .service__boxs {
    padding: 0.5rem 5%;
  }
  .recuite__wraps {
    margin-left: -45%;
    width: 90%;
  }
  .talent__wrap {
    padding: 0.6rem 5%;
  }
}
@media screen and (max-width: 751px) {
  .langs {
    margin-left: 0.26rem;
  }
  .banner__text {
    box-sizing: border-box;
    padding: 0 5%;
  }
  .banner__text strong {
    margin-bottom: 0.2rem;
    font-size: 0.36rem;
    line-height: 1.5;
  }
  .banner__down {
    padding: 0.8rem 0;
  }
  .banner__words {
    margin: 0.5rem 0;
    padding: 0 5%;
  }
  .banner__words strong {
    font-size: 0.3rem;
  }
  .home__about--left {
    text-align: center;
  }
  .home__titles p {
    margin-bottom: 0.32rem;
  }
  .home__about {
    padding-bottom: 0.5rem;
  }
  .about__video figure {
    padding-bottom: 62%;
  }
  .about__btns {
    left: 5%;
    bottom: 0.32rem;
    font-size: 0.2rem;
  }
  .home__titles strong {
    font-size: 0.32rem;
  }
  .product__tabs {
    margin-top: 0.4rem;
  }
  .product__btn span {
    margin-right: 0.3rem;
  }
  .product__top {
    padding: 0 5%;
  }
  .product__top strong {
    width: 100%;
  }
  .product__tags {
    display: none;
  }
  .product__infos {
    text-align: center;
    width: 100%;
  }
  .advantage {
    padding-bottom: 0.6rem;
  }
  .footer__shares {
    justify-content: center;
  }
  .footer__right {
    justify-content: center;
  }
  .footer__logo {
    margin-right: 0.3rem;
  }
  .footer__eq p {
    margin-top: 0.1rem;
  }
  .footer {
    padding-top: 0.5rem;
  }
  .pbanner figure {
    padding-bottom: 80%;
  }
  .ptitle strong {
    font-size: 0.34rem;
  }
  .pline {
    margin: 0.2rem auto;
  }
  .menu__leval {
    padding: 0 5%;
    box-sizing: border-box;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .menu__leval--list {
    display: inline-flex;
  }
  .menu__leval--list li {
    margin-right: 0.35rem;
  }
  .menu__leval--list li a {
    white-space: nowrap;
  }
  .introduct__top {
    padding: 0.8rem 5%;
  }
  .about__data {
    padding: 0.6rem 5%;
    flex-wrap: wrap;
  }
  .about__data--item {
    margin: 0.2rem 0;
    width: 50%;
  }
  .about__title strong {
    font-size: 0.32rem;
  }
  .culture__box {
    padding: 0.8rem 5%;
    display: block;
  }
  .culture__left .mouses {
    display: none;
  }
  .culture__imgs {
    width: 100%;
  }
  .history {
    padding: 0.6rem 0;
  }
  .hisotry__item {
    margin-right: 0;
    width: 100%;
  }
  .hisotry__item time {
    margin-bottom: 0.2rem;
    line-height: 1.2;
    font-size: 0.32rem;
  }
  .layout__box {
    padding: 1rem 5%;
    display: block;
  }
  .layout__right {
    width: 100%;
  }
  #earth {
    width: 100%;
  }
  .honor__btn {
    display: none;
  }
  .honor-slide {
    padding: 0.55rem 0.12rem;
    width: 2.8rem;
  }
  .honor-slide figure {
    height: 2rem;
  }
  .honor-slide strong {
    margin-top: 0.3rem;
  }
  .honor__box {
    padding: 0.7rem 0;
  }
  .honor__tabs {
    margin-top: 0.3rem;
  }
  .cooperate {
    padding: 0.7rem 5%;
  }
  .cooperate__list {
    margin-top: 0.4rem;
    flex-wrap: wrap;
  }
  .cooperate__list li {
    margin-right: 2%;
    margin-bottom: 0.12rem;
    width: 32%;
  }
  .cooperate__list li:nth-child(3n+3) {
    margin-right: 0;
  }
  .sound-slide {
    display: block;
  }
  .sound__imgs {
    margin: auto;
    width: 3rem;
  }
  .sound__infos {
    padding-left: 0;
    margin-left: 0;
    padding-top: 0.4rem;
    width: auto;
  }
  .sound__top:before,
  .sound__top:after {
    display: none;
  }
  .sound__top {
    padding-right: 0;
  }
  .sound__btns {
    position: relative;
    left: auto;
    margin-left: 0;
    bottom: auto;
    margin-top: 0.4rem;
  }
  .sound {
    padding: 0.7rem 0;
  }
  .sound__alrcle {
    display: none;
  }
  .product__container {
    padding: 0.3rem 5%;
  }
  .device {
    padding: 0.7rem 5%;
    display: block;
  }
  .device__left {
    margin-bottom: 0.4rem;
    width: 100%;
  }
  .device__swiper {
    width: 100%;
  }
  .device-slide figure {
    height: 1.8rem;
  }
  .system {
    padding: 0.7rem 5% 0.32rem;
  }
  .system__list li {
    margin-right: 4%;
    margin-bottom: 0.32rem;
    width: 48%;
  }
  .system__list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .system__list li:nth-child(3n+3) {
    margin-right: 4%;
  }
  .system__list li figure {
    height: 1.8rem;
  }
  .facilities__swiper {
    min-height: auto;
    height: 2.8rem;
  }
  .facilities {
    padding: 0.5rem 5%;
  }
  .facilities__fix {
    margin-left: 0.2rem;
  }
  .pview strong {
    font-size: 0.45rem;
  }
  .pview p {
    font-size: 0.22rem;
  }
  .parameter {
    margin: 0 5%;
  }
  .parameter__tabs .product__items {
    display: block;
  }
  .parameter__tabs {
    margin-top: 0.5rem;
  }
  .parameter__tabs .product__infos {
    margin-bottom: 0.34rem;
    width: auto;
    text-align: left;
  }
  .parameter__tabs .product__tags {
    display: block;
  }
  .product__infos strong {
    font-size: 0.3rem;
  }
  .parameter__swiper {
    width: 2.2rem;
  }
  .parameter__swiper .swiper-pagination {
    margin-top: 0;
  }
  .parameter__swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.4rem;
  }
  .parameter {
    padding-top: 0.5rem;
  }
  .competitive__imgs {
    margin-top: 0.3rem;
  }
  .competitive {
    padding: 0.6rem 5%;
  }
  .project__block {
    margin-top: 0.4rem;
  }
  .news__box {
    padding: 0.6rem 5%;
  }
  .project__row {
    display: block;
  }
  .project__item {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .symposium {
    margin-top: 0.4rem;
    display: block;
  }
  .symposium li {
    width: 100%;
    margin-right: 0;
  }
  .project__in {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0.3rem;
    opacity: 1;
    visibility: visible;
  }
  .project__in time {
    color: #666666;
  }
  .project__in strong {
    color: #000;
  }
  .medio__list li {
    margin-right: 6%;
    width: 47%;
  }
  .medio__list li:nth-child(2n+2) {
    margin-right: 0;
  }
  .medio__list li figure {
    height: 50vw;
  }
  .news__prevs {
    display: block;
  }
  .news__back {
    margin-top: 0.35rem;
  }
  .solution {
    padding: 0.6rem 5%;
    display: block;
  }
  .solute__texts {
    width: auto;
  }
  .solute__imgs {
    margin-top: 0.34rem;
    width: 100%;
  }
  .evaluate__list {
    margin-left: 0;
    padding: 0.5rem 5%;
  }
  .competitive__list li {
    margin-bottom: 0.38rem;
  }
  .service__boxs {
    padding: 0.5rem 5%;
  }
  .service__fix {
    margin-top: 0.4rem;
  }
  .service__tags--item {
    margin-right: 0;
    width: 100%;
  }
  .contact__banner {
    margin: 1rem 0.3rem 0;
  }
  .contacts {
    padding: 0.56rem 5%;
  }
  .contact__tops strong {
    margin-bottom: 0.12rem;
    font-size: 0.32rem;
  }
  .contact__tops {
    margin-bottom: 0.4rem;
  }
  .messages {
    padding: 0.2rem;
  }
  .message__row {
    display: block;
  }
  .message__item {
    margin-right: 0;
  }
  .message__item .texts {
    padding-left: 0.26rem;
  }
  .culture__left {
    margin-left: 0;
    width: auto;
  }
  .systems__wrs {
    display: block;
  }
  .system__imgs {
    text-align: center;
    width: 100%;
  }
  .system__imgs figure img {
    margin: auto;
  }
  .system__texts {
    margin-left: 0;
    width: auto;
  }
  .system__contents {
    padding: 0.5rem 5%;
  }
  .competitive__boxs {
    padding: 0 5%;
  }
  .competitive__boxs .competitive .competitive__imgs {
    width: 100%;
  }
  .competitive__boxs .competitive {
    padding: 0.6rem 0;
  }
  .service__news {
    padding-top: 0;
  }
  .recuite__wraps {
    width: 100%;
    left: 0;
    margin-left: 0;
    top: 0;
    height: 100%;
    max-height: 100%;
    transform: translateY(0%);
    border-radius: 0;
  }
  .recuite__in {
    padding: 0.4rem 0;
    width: 100%;
  }
  .news__tts p span {
    font-size: 15px;
  }
  .recuite__push .news__tts {
    padding-bottom: 0.32rem;
  }
  .news__tts p {
    flex-wrap: wrap;
  }
  .talent__head span,
  .talent__list li a span {
    width: 33.333% !important;
  }
  .talent__head span:nth-child(2),
  .talent__head span:nth-child(3),
  .talent__head span:nth-child(4),
  .talent__head span:nth-child(5),
  .talent__list li a span:nth-child(2),
  .talent__list li a span:nth-child(3),
  .talent__list li a span:nth-child(4),
  .talent__list li a span:nth-child(5) {
    display: none;
  }
  .talent__head span:nth-child(7),
  .talent__list li a span:nth-child(7) {
    width: auto;
    flex: none;
  }
}
